Digit Configuration
Name Start Address Type Access
DGT_CHANGE_LOG_ITEMS 22018 UINT16 R/W
DGT_CHANGE_LOG_INTERVAL_INDEX 22038 UINT16 R/W
DGT_RTCC_TIME 22242 UINT16 R/W
DGT_FLASH_bkERASE 22822 UINT16 W
DGT_FLASH_WIP 22804 UINT16 R
DGT_CHANGE_LOG_ITEMS
- Address: 22018
Set the items to log. Value is a bitmask: Bit0: 1 = Log Temperature, Bit1: 1 = Log Light, Bit2: 1 = Log Humidity. All other bits reserved. Change implemented on next erase of dataset.
  • Data type: UINT16  (type index = 0)
  • Readable and writable
  • DIGIT:
DGT_CHANGE_LOG_INTERVAL_INDEX
- Address: 22038
Set the time interval between log events. Index 0=10s, 1=30s, 2=1m, 3=10m, 4=30m, 5=1h, 6=6h Change implemented on next erase of dataset.
  • Data type: UINT16  (type index = 0)
  • Readable and writable
  • DIGIT:
DGT_RTCC_TIME
- Address: 22242
The current time of the real-time-clock on the Digit. Synchronized with the computer within software. 22242 Year=0 to 99, 22243 Month=1 to 12, 22244 Day=1 to 31, 22245 Weekday=1 to 7, 22246 Hour=0 to 23, 22247 Minutes=0 to 59, 22248 Second=0 to 59
  • Data type: UINT16  (type index = 0)
  • Readable and writable
DGT_FLASH_bkERASE
- Address: 22822
Erase all data on the flash. KEY=Erase, Other=No effect, KEY=37157 Takes 5 seconds to complete, so poll the WIP status flag until =0. After erase, logging will begin immediately.
  • Data type: UINT16  (type index = 0)
  • Write-only
DGT_FLASH_WIP
- Address: 22804
A status flag for the flash(data storage chip) on the Digit. 1=Write in-progress, 0=Idle
  • Data type: UINT16  (type index = 0)
  • Read-only